home *** CD-ROM | disk | FTP | other *** search
/ Mac OS 9 Serial Number Archive / SN Archive 2023.11.04.toast / Loose Serials / No Way Out™ Serials 1.0 / No Way Out™ Serials 1.0.rsrc / TEXT_137.txt < prev    next >
Encoding:
Text File  |  1999-03-28  |  10.6 KB  |  547 lines

  1. No Way Out‚Ñ¢ Serial Numbers
  2.  
  3.  
  4. G
  5.  
  6. G3Strip
  7. v1.x.x
  8. Name: Nighthawk
  9. Code: PKVLGCJT
  10.  
  11. name: Macintosh
  12. code: NINCFJMT
  13. v1.3
  14. Name: MoonDark
  15. Code: WWYCSFBV
  16. -
  17. G3Throttle
  18. v1.2
  19. Name: MoonDark
  20. Code: YBFKDRPM
  21. Name: Server Surfer
  22. Code: NAUXGTLT
  23. -
  24. Gallery Effects
  25. v1.5.1
  26. 02-4009-200010087
  27. 56-1000-202888264
  28. -
  29. GalleyOops
  30. vAll
  31. 5260-2002-009000-10215
  32. -
  33. Game Cheater
  34. v2.0
  35. 5020000000176
  36. 5020123456787
  37. 5020234567891
  38. 5020345678970
  39. -
  40. Game Doctor
  41. v1.1
  42. 1000-9519
  43. v?
  44. 0000-9519
  45. -
  46. Game of the Winds
  47. v2.0e
  48. ‚ĆJust hit Register, then the Unlock button and enter a name
  49. -
  50. GateKeeper
  51. v1.3
  52. Hack to stop the annoying weekly "Your version of Gatekeeper is old" alert:
  53. (1) Open a COPY of the Gatekeeper system extension in ResEdit.
  54. (2) Open the INIT resource.
  55. (3) Open ID #1.
  56. (4) Search (Command-H) for offset 08EE. It should contain the code 6200.
  57. The entire line should look as follows:  0008E8   3380 B0AE FEDE 6200
  58. (5) Change the 6200 to 6000.
  59. (6) Save & Quit ResEdit.
  60. -
  61. Gear
  62. v3.3.1
  63. G26739E09
  64. v3.0
  65. G51541U99
  66. G51542U99
  67. G51543U99
  68. G51544U99
  69. G51545U99
  70. -
  71. Gearbox
  72. v1.5 [MacAddict]
  73.  First Name: MacAddict
  74.  Last Name: Hacker
  75.  Code: FTDR-VBTN-F9LQ-NNRU
  76. v1.5
  77. gbx-0000-rocks-0000000
  78. v1.0
  79. Name:    MaximumBob
  80. Org:       nop
  81. Number: 123456789udqry67891904
  82.  
  83.     Version: "1.0"    
  84. Xtra Note: I think it only cares about the 'udqry' and '1904' portions, the other 
  85. numbers can vary.  the serial has to be 22 characters long, and 'udqry' and '1904' 
  86. have to be in their respective positions.
  87. -
  88. Generic CAD
  89. v2.0b
  90. 72205-4725
  91. -
  92. Genetic Photo Optimizer
  93. v1.1.0
  94. 223200110000000143011167156014
  95. -
  96. German Assistant
  97. v1.0
  98. M4100441
  99. M4102046
  100. -
  101. GetMouse
  102. v1.2.0
  103. Name: MoonDark
  104. Registration Code: 22480020
  105. -
  106. GhostWriter
  107. v2.0J
  108. 2367-003267-33282
  109. -
  110. GIF Converter
  111. v2.4.1
  112. 62-37-77-f4-de-a8-8b-b2
  113. v2.2
  114. 162-37-77-f4-dde-a8-8b-b2
  115. 862-37-77-f4-dde-a8-8b-b2
  116. -
  117. GIFmation
  118. v2.0
  119. UFXYEDVCKRCR
  120. -
  121. Giza
  122. v2.x.x
  123. WK-07421 'Anonymous'
  124. WK-06300  Buck Rogers
  125. v1.0.3
  126. Name :Registered
  127. Reg# :WK-55610
  128. Name :John Doe
  129. Reg# :WK-6483
  130. Name :<---(3 <option>-spaces)
  131. Reg# :WK-52038
  132. 47RIOS3490 (letter O not zero)
  133.  
  134.     Version: "1.0.3"    
  135. First, I use TMON, not Macsbug (unless PPC cracking of course:).  TMON has many shortcuts 
  136. & can display multiple windows simultaneously.  There is no real "quick" way to do 
  137. it & every app seems to be different.  I notice many developers go through great 
  138. pains to encrypt, checksumize, etc... their s/ns - they fail to realize though that 
  139. no one really tries the old hacking method to derive s/ns (trying forced sequential 
  140. numbers/letters).  Most often I type in something like "11111111" and follow the 
  141. code.  Usually (not always), the first check is the length - whala - it wants 12 digits?  OK, 
  142. now I exit the app, re-enter it and type in "111111111111".  Next it may (or may 
  143. not) check for specific characters which need to be present.  This is where I usually 
  144. force the numbers in memory right before each comparison (now = "BW-1111-1111").  Now 
  145. what usually follows is some code used to stop "sequential" hackers by deriving a 
  146. checksum involving certain other characters in the s/n.  NO prob, I just try to find 
  147. the end and set a breakpoint (why not let the computer do all the work:) - lets see, now 
  148. it's comparing "XTYN" with characters 9 through 12.  The next step is to make sure 
  149. it's through.  Some apps use multiple checksums - they think they would keep people 
  150. like me from continuing, where it's just added fuel to the fire - I love a challenge:).  
  151. Well now we know it's through, so the number is "BW-1111-XTYN".  To generate more, 
  152. we simply keep our breakpoint set and follow the pattern, i.e., type "BW-nnnn-1111" 
  153. where "nnnn" is anything and "1111" is to be determined at the checksum.
  154. Sometimes it isn't as easy as stated above.  I've run into a few s/n routines which 
  155. I knew had to have been written by former hackers as they were involved and challenging. 
  156.  In these cases, I've gone as far as written qbasic programs on a pentium I have 
  157. next to me to derive specific checksums used during s/n validation (at least it's (pentium) 
  158. good for something:)
  159. -
  160. Glidel
  161. vAll
  162. Hold down Command+Control+Shift+Tab when you ask the Registration dialog 
  163. box
  164. -
  165. Glimmer
  166. v1.1
  167. Name    :Registered
  168. RegCode :4073724051
  169. Name    :John Doe
  170. RegCode :4207286158
  171. Name    :=-BOOK-WORM->
  172. RegCode :1159011725
  173. Name    :<Master Code> <---(anything can go here)
  174. RegCode :1159028700
  175.  
  176. This one had a serial number routine which was created to prevent "reversing".  It 
  177. was simple and short but effective (well kinda;).  It was simply:
  178. ((x mod 100) * x * (x mod 10000)) + (int(x/3) * x * int(x/7)) + $1234ABCD =
  179. $8048DEEC or $8E3CEB4D or $1B7EE7A8
  180. ...where "x" is the correct registration code
  181. When I first looked at it, I tried to solve for x but quickly realized following:
  182.   Algebra courses never taught us what to do with "mod" and "int" functions when simplifying 
  183. equations.
  184.   It's possible for numbers to exceed their storage size (4 bytes) and therefore get 
  185. truncated on the left during the equation.
  186. So, to create these, I had to use the "brute force" method.  Isn't it great to have 
  187. computers do the work for you?  Luckily there were only 4,294,967,295 posibilities;)
  188. -
  189. GlobalFax iMac/G3
  190. JFKMBGRJUVQMIYJ
  191. -
  192. Global Village TelePort Fax
  193. v1.0
  194. KZW3
  195. -
  196. Globetrotter
  197. v1.0.1
  198. A000001-05
  199. v1.0
  200. Application Serial Numbers:
  201. A000000-00
  202. A000001-05
  203. BKWM000-51
  204. US English        :ENG-330000
  205. Bokmal            :BOK-800000
  206. British English   :BRT-890000
  207. Catalan           :CTL-730000
  208. Dansk             :DAN-540000
  209. Deutsch           :DEU-170000
  210. Espanol           :ESP-850000
  211. Francais          :FRN-580000
  212. Francais Canadien :CFR-740000
  213. Italiano          :ITL-780000
  214. Nederlands        :NDL-020000
  215. Nynorsk           :NYN-240000
  216. Portugues         :PRT-510000
  217. Portugues Brasil  :BRS-820000
  218. Schweizerdeutsch  :SDE-030000
  219. Suomi             :SUO-180000
  220. Svensk            :SVN-210000
  221. -
  222. gNMR
  223. v3.6.5
  224. 095-365-0347
  225. -
  226. Gofer
  227. 504209
  228. -
  229. Gold Digger
  230. v1.0
  231. 3024849 'Doom'
  232. 5854738'Tad Woods'
  233. 6269400'Anonymous'
  234. -
  235. Golden Logres Pinball
  236. v?
  237. 5444GLM100008-J1
  238. v1.0.5
  239. E-mail address: Server Surfer
  240. Key-Code:       711906158349813465653046
  241. Key-Code:       711942173044813951622868
  242. Key-Code:       711472160245813954622914
  243. E-mail address: user@host.com
  244. Key-Code:       711707135245820962802890
  245. -
  246. GoLive
  247. v1.0.1
  248. 123B456Q7899
  249. 234M567T8906
  250. 345F678E9015
  251. 456Q789X0126
  252. 567T890O1239
  253. -
  254. GoLive CyberStudio
  255. v3.1.1
  256. DLE01RD7VKBJS7DT9G8JDWYM
  257. DLE01PS32BEMGEDC9KEKNAZR
  258. v3.1.x
  259. DLE01RD7VKBJS7DT9G8JDWYM
  260. v3.1
  261. DLE01RD7VKBJS7DT9G8JDWYM
  262. v3.0
  263. DLE4QVZ3GRW67GKP
  264. DLE4QVZ3YRW67GKP
  265. DLE4QVZ3GRW67GKO
  266. DLE4QVZ3YRW67GKO
  267. v3.0   (Preview)
  268. TRI4QVZUF8W67GKP
  269. v2.0.2J
  270. DLE4QWF3CRW6KC7P
  271. USP4QWF3CRVP3MHE
  272. v2.0.2
  273. DLE4QWF3CRYPGEKK
  274. v2.0.1
  275. DLE4QWF3CRW67ZPD
  276. v2.0
  277. DLE4QWF3CRW67ZPD
  278. DLE4QWF3CRW67HGN
  279. BTA4QWX7F8W67GJJ
  280. Key: DLE4QWF3CRW67HGN
  281. v1.1
  282. AAADAAADAAAAC
  283. AAADAABEAAAAD
  284. AAADAACFAAAAE
  285. AAADAAADAAABD
  286. AAADAAADAAACE
  287. AAADAAADAAADF
  288. v1.0
  289. You can use any name & company.
  290. Serial #:  123G567U1234L
  291.  
  292.     Version: "1.1"    
  293. The *keycode* for v1.1 is "EQVWZJXNMRZRD" The problem is that if you 
  294. upgrade from v1.0 or v1.0.1 from the website, GoLive sends you a "custom" 
  295. key code. Therefore, you can use any of the sn's from C&N but unless you 
  296. have a *working key code* it won't even let you load the s/w!!
  297. -
  298. GoLive CyberStudio Professional Edition
  299. v3.0   
  300. mr_182495
  301. cmr_182495
  302. Activation key: TR14QVZUF8W67GKP
  303. -
  304. GoLive Pro
  305. v1.1
  306. Key No. 375J854G3766
  307. Key No. 378W857X5951 
  308. -
  309. GoMac
  310. v2.0
  311. C123N4567837796891
  312. C777N7777769485055
  313. C999N9999960506025
  314. v1.6 
  315. 12301234-345672
  316. v1.5.x
  317. 12301678-901244
  318. 12312345-123451
  319. 12312345-678983
  320. 12301234-345672
  321. v1.4.4
  322. 12301234-345672 
  323. v1.4.2
  324. 12301234-345672
  325. 12301678-901244
  326. 12312345-123451
  327. 12312345-678983
  328. v1.1
  329. 12301234-345672
  330. 12301678-901244
  331. 12312345-123451
  332. 12312345-678983
  333. v1.0
  334. Name: LeetCheeZ
  335. Company: SPC
  336. SN: 123365789112360
  337. (good for 9075 copies)
  338. 000313370000000
  339. -
  340. Goodman & Gilman¬¥s
  341. GG-73873
  342. -
  343. Gopher Golf
  344. v3.0.7
  345. MP-07757 'Anonymous'
  346. v3.x.x
  347. Name: MMC Mekka
  348. SN:   MP-35430
  349. v3.0.6
  350. MP-6700 Buck Rogers
  351. v3.0.4
  352. MP-7757 Anonymous
  353. v2.0
  354. MP-7757 Anonymous
  355. -
  356. GPSy
  357. v3.0a16
  358. License Key:1234567b290
  359. v2.x
  360. Serial Number: 00000
  361. License Key  : 200000-d795
  362. v2.5.1
  363. 276242-f596
  364. 211822-f49c
  365. 255455-8794
  366. 250337-a497
  367. 253418-559d
  368. -
  369. GraceLAN
  370. v2.0
  371. 359006812187
  372. 014125527017
  373. v1.1.1
  374. 359006812187
  375. -
  376. GraceLAN Update Manager
  377. v5.5
  378. 794800000000
  379. v1.1
  380. 794800000437
  381. -
  382. Gradekeeper
  383. v4.8
  384. Name: MoonDark/NOP
  385. Registration Code: 540736
  386. v4.6
  387. Name: MoonDark
  388. Registration Code: 632025
  389. v4.3
  390. Name/School                    Registration Code
  391. *LeetCheeZ                        734449
  392. SPC                              577188
  393. *Anonymous                        414673
  394. *You                              624777
  395. *Everyone                         714025
  396. *Trial Copy                       320273
  397.  
  398.     Version: "4.6"    
  399. Any old SN contained in C&N and The Informant will not work, the lame author blacklisted
  400.  by name:
  401.  
  402. ‚Ä¢You‚Ä¢SPC‚Ä¢Everyone‚Ä¢Anonymous‚Ä¢Leet CheeZ‚Ä¢Trial Copy‚Ä¢The Informant
  403. -
  404. Grag & Thog Bonkheads
  405. v1.0.2
  406. 000-220-666-456
  407. -
  408. GrainWave
  409. v2.0.4
  410. Registration Code: 21336737
  411. -
  412. Grammarian 
  413. v1.0
  414. GM1-010-010-913-725
  415. -
  416. Gramotki
  417. v1.5.4
  418. Serial Number: 170177
  419. master access
  420. v1.5.3
  421. 170177
  422. v1.5.x
  423. 3650004
  424. 9928238
  425. -
  426. GraphicConverter
  427. v3.5J
  428. GCJ3500101001000
  429. v3.4
  430. Nighthawk   G33368732
  431.  
  432. Thorsten Lemke   G81078140
  433. v3.3.1
  434. (These should work with no problems)
  435. G22684517 HackUser
  436. G90624311 HackUser
  437. v3.2.1
  438. G85336230   Registered User     
  439. v3.0
  440. G23331909   Zeus
  441. v2.9.x
  442. G22684517   HackUser 
  443. v2.8
  444. Name: Zeus
  445. Serial: G23331909
  446. v2.7
  447. Serial Number  / (Name ) 
  448. G43455422    '<Sharing Owner Name>' (The Name that is in your Sharing Setup Control Panel)
  449. G53841352    '<Sharing Machine Name>' (The name of the machine that is in your Sharing 
  450. Setup Control Panel)
  451. v2.x.x
  452. G13375221    ANONYMOUS
  453. G69466831    Anonymous
  454. G99222619    Doom
  455. G95402852    'Reverse Engineering'
  456. G11303318    'No One'
  457. G45525619    'Everyone'
  458. G58053226    'Beta Testers'
  459. G35813218    'Mac Users'
  460. G65086124    'Unregistered'
  461. G88642612    'MacUser'
  462. G93655715    'MacWorld'
  463. G73537322    'MacWEEK'
  464. G61503618    'MacTech'
  465. G05424323    'Copland'
  466. G39466218    'Gershwin'
  467. G50795329    'Microsoft'
  468. G19616721    'Bill Gates'
  469. G21414625    'The Devil'
  470. G96966646    'Rupert Murdoch'
  471. G50625533    'The Shadows'
  472. -
  473. GraphicEdges/Typo
  474. v3.0
  475. BCE-100-100-093-000001
  476. -
  477. Graphite
  478. v1.0.4
  479. Serial Number: 128551192793 
  480. v1.0.x
  481. 746640008454
  482. -
  483. GraphMaster
  484. v5.5
  485. US100000598
  486. v1.1
  487. US100000598
  488. -
  489. Graphsoft Blueprint
  490. v5.0.2
  491. 2500-26951884
  492. 2500-00009062
  493. 2500-00019822
  494. 2500-00029682
  495. 2500-BKWM5642
  496. -
  497. Grapple
  498. v1.x
  499. name: Macintosh
  500. code: 48018106
  501. Name: KK
  502. Code: 188961522
  503. v1.2
  504. Name: Maximum Bob
  505. Serial: 2019877762
  506. -
  507. GreatPlains Accounting
  508. v7.2
  509. S/N#:   13=0613214797
  510. RegKey: 5945261362
  511. v?.?
  512. User: MANAGER
  513. PW:   ACCESS
  514. -
  515. GREEN
  516. v1.0J
  517. 110701884
  518. -
  519. Gridz
  520. vCD
  521. BTK8C2HM
  522. -
  523. GrooveMaker
  524. v1.1
  525. GVM11-84JP15LR-16307
  526. -
  527. Guaranteed Undelete 
  528. v2.0
  529. 211204515  211252619
  530. -
  531. Guitar Tuner
  532. v2.6
  533. Name: MoonDark
  534. Registration Code: GTLkl
  535. -
  536. gURLfriend
  537. v2.2
  538. Name: MonDark
  539. Code: 115363
  540. v2.x
  541. name: Macintosh
  542. code: 124120
  543. -
  544. Guy Friday
  545. v1.2.2
  546. Buck Rogers  GBXX
  547.